home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / nwdsk.igz / nwdsk.img / LIB / NWSLP32.CAB / bin / SLPINFO.BAT
DOS Batch File  |  2005-01-16  |  410b  |  18 lines

  1. @if "%debug%"=="" echo off
  2.  
  3. modules | %ramdrv%\bin\tfind "NIOS.EXE" >nul
  4. if errorlevel 1 goto _help
  5. modules | %ramdrv%\bin\tfind "SRVLOC.NLM" >nul
  6. if errorlevel 1 goto _help
  7. if "%1"=="" goto _default
  8. load %ramdrv%\lan\srvloc %1 %2 %3 %4 %5 %6 %7 %8
  9. goto _end
  10. :_default
  11. load %ramdrv%\lan\srvloc /b/o/t/s/d/i
  12. goto _end
  13. :_help
  14. echo.
  15. echo SLPINFO: Sorry, SRVLOC and/or NIOS not loaded
  16. echo.
  17. :_end
  18.